CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - A算法 八数码

搜索资源列表

  1. Astar

    0下载:
  2. 八数码问题,A*算法使用,人工智能导论,启发式搜索-Eight digital, A* algorithm, Introduction to Artificial Intelligence
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2184
    • 提供者:
  1. 8puzzle.tar

    0下载:
  2. 人工智能经典入门问题:八数码(百度一下就知道是什么了),使用A*算法实现,能够迅速求解出八数码的最简单解法。-Artificial intelligence introduction to the classic question: eight digital (Baidu Search know what it is), using the A* algorithm, can quickly find out the simple solution of eight digital.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3455
    • 提供者:terran
  1. JAVA-Eight-digital-problem

    0下载:
  2. 九宫排字问题(又称八数码问题)是人工智能当中有名的难题之一。问题是在 3×3 方格盘上,放有八个数码,剩下第九个为空,每一空格其上下左右的数码可移至空格。问题给定初始位置和目标位置,要求通过一系列的数码移动,将初始位置转化为目标位置。本文介绍用普通搜索方法、双向广度搜索和启发式搜索如何缩短寻找路径的时间,以及各算法间的利与弊。-Jiugong typesetting problem (also known as eight digital problem) is one of famous pr
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:27065
    • 提供者:开发者
  1. zhineng

    0下载:
  2. 利用人工智能里面启发式搜索算法,编写了典型的八数码问题的一段程序。-Using heuristic search in artificial intelligence algorithm, write a typical eight digital problem of a program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2353
    • 提供者:万羽
  1. Sudoku-Puzzle

    0下载:
  2. 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-09
    • 文件大小:1559364
    • 提供者:曾克成
  1. eightNum

    0下载:
  2. A* 算法实现八数码问题,包括问题可解性分析-A* algorithm to achieve the eight digital issues, including the question of solvability analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2555922
    • 提供者:王争
  1. Eight

    0下载:
  2. 运用诸多C++特性如模板,继承等手法完成的针对八数码问题的A*算法求解。-Use a lot of C++ features such as templates, inheritance, and other techniques for the completion of the A* algorithm eight digital problem solving.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4158
    • 提供者:刘凯新
  1. 8NUM

    0下载:
  2. 简单利用A*算法对八数码问题进行搜索求解,用于实现初级人工智能-Simple use of A* algorithm to solve eight digital search for achieving the primary artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:256893
    • 提供者:王查
  1. AiiPn

    0下载:
  2. C++ A星算法实现八数码问题,启发函数为每一个将牌与其目标位置之间距离(不考虑夹在其间的将牌)的总和。-C++ A star algorithm eight digital, distance heuristic function sum (without considering sandwiched therebetween trump) between each of the brand to its target location
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2610
    • 提供者:张阳
  1. A_star_solve_Eight_digital

    0下载:
  2. A*算法解决八数码问题,文件读取八数码,输出为操作步骤。-A* algorithm to solve eight digital, file reads eight digital outputs for the steps.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:291855
    • 提供者:刘峰
  1. eight

    0下载:
  2. 八数码问题用A*算法解决,c++语言,源代码。-Eight digital A* algorithm to solve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1333
    • 提供者:白承焕
  1. 8n

    0下载:
  2. 搜索算法是人工智能研究的重要领域,也是在许多应用领域发挥重要作用的一种工具。本文研究了深度优先搜索算法,并给出了八数码问题的具体应用算法。-Search algorithm is an important area of artificial intelligence research, but also play an important role as a tool in many fields of application. This paper studies the depth-fir
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2496
    • 提供者:李志超
  1. Eight

    0下载:
  2. 利用A*算法解决八数码难题,寻找从初始状态变换到目标状态的最优解-The use of A* algorithm to solve eight digital problem, seek transformation initial state to target state optimal solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2100871
    • 提供者:Qing
  1. 8puzzle

    0下载:
  2. 八数码实现程序。支持A*算法、广度优先算法、深度优先算法。可以实现任意初始状态下八数码问题的实现。人工智能搜索原理的入门例程-Eight digital realization of the program. Support A* algorithm, breadth-first algorithm, depth-first algorithm. Can achieve any initial state eight digital problem. Artificial Intelligenc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2719693
    • 提供者:zhao
  1. TheEightDigits

    0下载:
  2. 运用启发式搜索算法,用来解决一个简单的八数码问题。这里用的是A星算法。-Using heuristic search algorithm, which is used to solve a simple eight digital problem. Here is A star algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:934103
    • 提供者:武林
  1. myNewAstar

    0下载:
  2. 用A*算法实现八数码问题,并且有图形界面,界面是dos界面- With A* algorithm eight digital and graphical interface, the interface is dos interface
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3318
    • 提供者:guowanwan
  1. Astar-Solution-eight-digital-problem

    0下载:
  2. 经典八数码问题A*算法,用DEV编译运行的,算法很健壮,注释不多但严格按照算法思路编写。-Classic eight digital A* algorithm, using DEV compiler to run, the algorithm is very robust, not many notes but in strict accordance with the algorithm to prepare.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:265070
    • 提供者:黑所
  1. Experiment-1

    0下载:
  2. 王明哲 一. 实验题目 八数码问题 二. 实验目的 1. 掌握启发式搜索A*算法的原理 2. 实现用A*算法求解具体问题 三. 实验内容 -one. Experimental topic Eight digital issues two. Purpose 1. Grasp the principle of the heuristic search A* algorithm 2. A* algorithm to solve specific proble
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2018
    • 提供者:黄琪琪
  1. bashuma

    0下载:
  2. 在visual c++环境中实现八数码的算法,程序采用链表的形式和A*算法来实现,初始输入可以通过改变文件中的.txt来改变。-In the visual c++ environment to achieve eight digital algorithm, the program using the form of a list and A* algorithm to achieve, the initial input can change the file. Txt to change.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:1171456
    • 提供者:xie
  1. 8code

    0下载:
  2. 八数码问题MFC实现,包括深度,广度及A算法。界面为MFC(Eight digital problems MFC implementation, including depth, breadth and A algorithm. The interface is MFC)
  3. 所属分类:游戏

    • 发布日期:2017-12-22
    • 文件大小:837632
    • 提供者:872125776
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com